home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
cmds
/
oldwish
/
RCS
/
wait.cursor,v
< prev
next >
Wrap
Text File
|
1989-01-11
|
642b
|
48 lines
head 1.2;
branch ;
access ;
symbols ;
locks ; strict;
comment @@;
1.2
date 89.01.11.11.59.15; author mlgray; state Exp;
branches ;
next 1.1;
1.1
date 88.11.03.19.46.21; author mlgray; state Exp;
branches ;
next ;
desc
@Hour glass cursor.
@
1.2
log
@Temporary checkin
@
text
@#define waitCursor_width 16
#define waitCursor_height 16
#define waitCursor_x_hot 7
#define waitCursor_y_hot 8
static short waitCursor_bits[] = {
0xffff, 0x4002, 0x23c4, 0x17e8,
0x0990, 0x05a0, 0x05a0, 0x05a0,
0x05a0, 0x05a0, 0x05a0, 0x0990,
0x13c8, 0x27e4, 0x7ffe, 0xffff};
@
1.1
log
@Initial revision
@
text
@@